From 0e42b8323a830dd9a68ba6cb90a28e84d53adc58 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Jan 2001 16:58:40 +0000 Subject: [PATCH] (time-stamp-string): Doc fix. --- lisp/time-stamp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index a6dcec78050..1de7e5ad5ec 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -392,7 +392,8 @@ With arg, turn time stamping on if and only if arg is positive." (defun time-stamp-string (&optional ts-format) "Generate the new string to be inserted by \\[time-stamp]. -Optionally use FORMAT." +Optionally use format TS-FORMAT instead of `time-stamp-format' to +format the string." (or ts-format (setq ts-format time-stamp-format)) (if (stringp ts-format) -- 2.30.2